home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.4)
-
- '''Provide access to Persistent and PersistentMapping.
-
- $Id: __init__.py 25186 2004-06-02 15:07:33Z jim $
- '''
- from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY
- from cPickleCache import PickleCache
- from cPersistence import simple_new
- import copy_reg
- copy_reg.constructor(simple_new)
-
- try:
- from zope.interface import classImplements
- except ImportError:
- pass
-
- from persistent.interfaces import IPersistent
- classImplements(Persistent, IPersistent)
-